projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105f453
)
(WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 17 Nov 2007 03:00:27 +0000
(
03:00
+0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 17 Nov 2007 03:00:27 +0000
(
03:00
+0000)
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 595d7d1f1471d4ee40e0d2e201c866deb5e61b63..df0328ba410679328ae59237d00b8d92147c631c 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-629,6
+629,12
@@
extern void w32_unload_font ();
#define WM_APPCOMMAND 0x319
#define GET_APPCOMMAND_LPARAM(lParam) (HIWORD(lParam) & 0x7fff)
#endif
+#ifndef WM_UNICHAR
+#define WM_UNICHAR 0x109
+#endif
+#ifndef UNICODE_NOCHAR
+#define UNICODE_NOCHAR 0xFFFF
+#endif
#define WM_EMACS_START (WM_USER + 1)
#define WM_EMACS_KILL (WM_EMACS_START + 0)